This commit is contained in:
2021-01-13 00:03:32 +01:00
parent df784e6ac8
commit 1c620679d7
4 changed files with 14 additions and 11 deletions

View File

@ -16,10 +16,10 @@ http {
access_log /var/log/nginx/access.log;
keepalive_timeout 3000;
server {
listen 80;
listen 80 default_server;
root /www;
index index.html index.htm index.php;
server_name localhost;
server_name %%DOMAIN_NAME%%;
client_max_body_size 32m;
error_page 500 502 503 504 /50x.html;
location = /50x.html {