Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
dc2e2f0696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -224,7 +224,7 @@ Modify based on configuration file.
server { server {
listen 80 default_server; listen 80 default_server;
listen [::]:80 default_server; listen [::]:80 default_server;
root /home/<your-user-name>/www; root /var/www/etc2pool;
# Add index.php to the list if you are using PHP # Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html; index index.html index.htm index.nginx-debian.html;

Loading…
Cancel
Save