summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-06-18 21:45:38 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-06-18 21:45:38 +0200
commit80f5afd5641eec8cb442e4d61510c946f01e12ac (patch)
treef6adbd89e9e47422ffb0a78440aa34abf621c8dd /conf/nginx.conf
parent5c8422c9a14ccb6b50ccbbbcea6d1f1110bdb0cd (diff)
Maybe adds support for the new Tile system.
I can't test until I fix the server, which is missing a file.
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 66ce5c5..8ac97c0 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -44,7 +44,8 @@ http {
## Local tests
server {
- listen 127.0.0.1;
+# listen 127.0.0.1;
+ listen *:80;
server_name localhost;
access_log /var/log/nginx/localhost.access_log main;