docker nginx
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
environment.etc."nginx/conf".text = ''
|
||||
http {
|
||||
server {
|
||||
root /www/data;
|
||||
|
||||
location / {
|
||||
}
|
||||
root /var/www/data;
|
||||
}
|
||||
}
|
||||
'';
|
||||
@@ -31,8 +28,8 @@
|
||||
];
|
||||
|
||||
volumes = [
|
||||
"/ssd1/esotericbytes-com/data:/www/data"
|
||||
"/etc/nginx/conf:/etc/nginx/conf"
|
||||
"/ssd1/esotericbytes-com/data:/var/www/data"
|
||||
"/etc/nginx:/etc/nginx"
|
||||
];
|
||||
|
||||
labels = {
|
||||
|
||||
Reference in New Issue
Block a user