Skip to content

Commit

Permalink
Remove unneeded change.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Jul 28, 2018
1 parent 1ff9627 commit b428798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions nginx/sites-available/freeciv-web
Expand Up @@ -2,10 +2,7 @@

server {
listen 80;

# Uncomment this to enable SSL:
#include /etc/nginx/snippets/freeciv-web-ssl.conf;

include /etc/nginx/snippets/freeciv-web-ssl.conf;
tcp_nodelay on;

gzip on;
Expand Down
3 changes: 1 addition & 2 deletions scripts/install/install.sh
Expand Up @@ -319,8 +319,7 @@ You may want to personalize some things before starting it:
- Set the mail account data for pbem games in pbem/settings.ini, and the
templates for the messages in pbem/email_template* (at least the URL).
- Users for tomcat-admin web interface.
- For SSL, edit /etc/nginx/sites-available/freeciv-web and
point /etc/nginx/snippets/freeciv-web-ssl.conf to your certificate and key,
- Point /etc/nginx/snippets/freeciv-web-ssl.conf to your certificate and key,
or remove SSL support from /etc/nginx/sites-available/freeciv-web.
Then run scripts/start-freeciv-web.sh and enjoy!
Expand Down

0 comments on commit b428798

Please sign in to comment.