mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-03 13:21:25 +02:00
Fix inconsistent spacing in nginx.conf
This commit is contained in:
parent
a9e7fc2552
commit
7dff6a6bac
@ -42,8 +42,8 @@ http {
|
|||||||
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
|
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
|
||||||
ssl_prefer_server_ciphers on;
|
ssl_prefer_server_ciphers on;
|
||||||
|
|
||||||
auth_basic "restricted";
|
auth_basic "restricted";
|
||||||
auth_basic_user_file /security/passwords.conf;
|
auth_basic_user_file /security/passwords.conf;
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
@ -58,7 +58,7 @@ http {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /opt/factorio-server/app;
|
root /opt/factorio-server/app;
|
||||||
try_files $uri /index.html;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user