Skip to content

Commit 7dff6a6

Browse files
committed
Fix inconsistent spacing in nginx.conf
1 parent a9e7fc2 commit 7dff6a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ http {
4242
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
4343
ssl_prefer_server_ciphers on;
4444

45-
auth_basic "restricted";
46-
auth_basic_user_file /security/passwords.conf;
45+
auth_basic "restricted";
46+
auth_basic_user_file /security/passwords.conf;
4747

4848
location /api {
4949
proxy_pass http://127.0.0.1:8080;
@@ -58,7 +58,7 @@ http {
5858

5959
location / {
6060
root /opt/factorio-server/app;
61-
try_files $uri /index.html;
61+
try_files $uri /index.html;
6262
}
6363

6464
}

0 commit comments

Comments
 (0)