8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e80faf commit 02b84beCopy full SHA for 02b84be
nginx/sites/default.conf
@@ -1,5 +1,5 @@
1
server {
2
- listen 0.0.0.0:80;
+ listen 127.0.0.1:80;
3
root /var/www/html;
4
location / {
5
index index.php index.html;
0 commit comments