mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +00:00
Use localhost
This commit is contained in:
parent
a1627d49c1
commit
33e36eaa80
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name 127.0.0.1;
|
server_name localhost;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
include proxy_params;
|
include proxy_params;
|
||||||
|
|
Loading…
Reference in a new issue