This commit is contained in:
RPRX 2020-09-01 03:43:37 +00:00 committed by GitHub
parent e5b538c8bd
commit 98aeb0db59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ http {
charset utf-8; charset utf-8;
access_log logs/yourserver_8001.access.log proxy; access_log logs/yourserver.access.log proxy;
location / { location / {
root /var/www/html; root /var/www/html;

View File

@ -39,7 +39,7 @@ http {
charset utf-8; charset utf-8;
access_log logs/yourserver_8001.access.log main; access_log logs/yourserver.access.log main;
location / { location / {
root /var/www/html; root /var/www/html;