port back to 80
This commit is contained in:
parent
bdee6f6a72
commit
7ac69c3ec7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 8000;
|
listen 80;
|
||||||
listen [::]:8000;
|
listen [::]:80;
|
||||||
server_name oldrabbit.town;
|
server_name oldrabbit.town;
|
||||||
|
|
||||||
#access_log /var/log/nginx/host.access.log main;
|
#access_log /var/log/nginx/host.access.log main;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue