Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
This commit is contained in:
parent
d170593345
commit
d144bc082c
30 changed files with 501 additions and 241 deletions
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
root /var/www/wordpress; #/usr/share/nginx/html;
|
||||
index index.php index.html index.htm;
|
||||
|
@ -17,3 +17,23 @@ server {
|
|||
# include /etc/nginx/fastcgi_params;
|
||||
# }
|
||||
}
|
||||
|
||||
#server {
|
||||
# listen 80 default_server;
|
||||
# listen [::]:80 default_server;
|
||||
#
|
||||
# root /var/www/wordpress; #/usr/share/nginx/html;
|
||||
# index index.php index.html index.htm;
|
||||
#
|
||||
# # Make site accessible from http://localhost/
|
||||
## server_name *.hamburg.freifunk.net;
|
||||
#
|
||||
# return 302 http://hamburg.freifunk.net;
|
||||
#
|
||||
## location ~ \.php$ {
|
||||
## fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
## fastcgi_index index.php;
|
||||
## fastcgi_param SCRIPT_FILENAME /var/www/default$fastcgi_script_name;
|
||||
## include /etc/nginx/fastcgi_params;
|
||||
## }
|
||||
#}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue