modif nginx

master
Mathieu 2018-10-14 02:00:38 +02:00
parent ba41708531
commit 59f5adf44f
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ http {
add_header X-XSS-Protection "1; mode=block";
server {
listen 100;
listen 44000;
server_name blog.aumont.fr;
root /usr/local/www/blog.aumont.fr/htdocs;
index index.php;
@ -70,7 +70,7 @@ server {
}
server {
listen 90;
listen 9000;
server_name aumont.fr;
root /usr/local/www/aumont.fr/htdocs;
index index.html index.php;