From 3ad3b43e244c76d7e8f276cad2d6da8491ea1236 Mon Sep 17 00:00:00 2001 From: Date: Sun, 15 Oct 2017 16:55:12 +0300 Subject: [PATCH] Changes for nginx settings on server --- src/main.py | 2 +- src/web/fl.html | 6 +++--- src/web/fl_template_main.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main.py b/src/main.py index c512de5..068f849 100755 --- a/src/main.py +++ b/src/main.py @@ -77,7 +77,7 @@ def main(): server = FleastServer() d = Daemonizer(cherrypy.engine) d.subscribe() - cherrypy.quickstart(server, '/fleast', './server.conf') + cherrypy.quickstart(server, '/', './server.conf') if __name__ == '__main__': diff --git a/src/web/fl.html b/src/web/fl.html index e3d347a..bfd24bb 100644 --- a/src/web/fl.html +++ b/src/web/fl.html @@ -5,8 +5,8 @@ FLeast - - + + @@ -18,7 +18,7 @@

Usage:

Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".

-
+ diff --git a/src/web/fl_template_main.html b/src/web/fl_template_main.html index ac75b9d..24968a4 100644 --- a/src/web/fl_template_main.html +++ b/src/web/fl_template_main.html @@ -5,8 +5,8 @@ FLeast - - + + @@ -17,7 +17,7 @@

Usage:

Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".

- +