docker: remove leftypol branding from nginx compose

This commit is contained in:
Zankaria 2024-04-07 13:20:58 +02:00 committed by Zankaria
parent 729219a3c4
commit 5a5d315330
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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";