wrote steps to install docker in readme and wrote a dockerfile for nginx not tested
This commit is contained in:
9
srcs/requirements/nginx/conf/inception_nginx.conf
Normal file
9
srcs/requirements/nginx/conf/inception_nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
server_name localhost;
|
||||
location / {
|
||||
root /data/www;
|
||||
}
|
||||
location /images/ {
|
||||
root /data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user