forked from GithubBackups/vichan
docker: remove leftypol branding from nginx compose
This commit is contained in:
parent
729219a3c4
commit
5a5d315330
@ -10,7 +10,7 @@ services:
|
||||
- db
|
||||
volumes:
|
||||
- ./local-www:/var/www/html
|
||||
- ./docker/nginx/leftypol.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./docker/nginx/vichan.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./docker/nginx/proxy.conf:/etc/nginx/conf.d/proxy.conf
|
||||
networks:
|
||||
|
@ -5,7 +5,7 @@ upstream php-upstream {
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server ipv6only=on;
|
||||
server_name leftypol;
|
||||
server_name vichan;
|
||||
root /var/www/html;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options "nosniff";
|
Loading…
x
Reference in New Issue
Block a user