forked from Drift/pvv-nixos-config
bekkalokk/nginx: remove commented virtualhost for mediawiki
This commit is contained in:
parent
b4b6b4971a
commit
1afc8841a9
|
@ -12,32 +12,6 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|
||||||
#virtualHosts = {
|
|
||||||
# "bekkalokk.pvv.ntnu.no" = {
|
|
||||||
# forceSSL = true;
|
|
||||||
# enableACME = true;
|
|
||||||
# root = "${config.services.mediawiki.finalPackage}/share/mediawiki";
|
|
||||||
# locations = {
|
|
||||||
# "/" = {
|
|
||||||
# extraConfig = ''
|
|
||||||
# fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
|
||||||
# fastcgi_index index.php;
|
|
||||||
# fastcgi_pass unix:${config.services.phpfpm.pools.mediawiki.socket};
|
|
||||||
# include ${pkgs.nginx}/conf/fastcgi_params;
|
|
||||||
# include ${pkgs.nginx}/conf/fastcgi.conf;
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
#
|
|
||||||
# "/images".root = config.services.mediawiki.uploadsDir;
|
|
||||||
#
|
|
||||||
# # "/git" = {
|
|
||||||
# # proxyPass = "http://unix:${config.services.gitea.settings.server.HTTP_ADDR}";
|
|
||||||
# # proxyWebsockets = true;
|
|
||||||
# # };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
Loading…
Reference in New Issue