1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Cleaning in nginx.conf

This commit is contained in:
polytan02 2016-12-24 11:41:23 +00:00
parent a2169bdda9
commit 9ee1ba6d57

View file

@ -5,7 +5,6 @@ location PATHTOCHANGE {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
client_max_body_size 10G;
index index.php index.html; index index.php index.html;
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {